Skip to content

Conversation

@eisbilir
Copy link
Member

No description provided.

$("#notify").html("Your account is activated");
$("#notify").closest(".message").fadeIn();
$("#resend-text").hide();
$('#verifyOtp').attr('action', formAction);

Check warning

Code scanning / CodeQL

Client-side cross-site scripting

Cross-site scripting vulnerability due to [user-provided value](1).
$("#notify").html("Your account is activated");
$("#notify").closest(".message").fadeIn();
$("#resend-text").hide();
$('#verifyOtp').attr('action', formAction);

Check warning

Code scanning / CodeQL

Client-side URL redirect

Untrusted URL redirection due to [user-provided value](1).
@eisbilir eisbilir merged commit 3db9d08 into dev Sep 12, 2022
@eisbilir eisbilir deleted the dice_new_flow branch October 21, 2022 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants